@charset "utf-8";

.showScroll .showScrollBox {
    width: 100%;
    height: 100%;
    margin: auto;
}


.showScroll .swiper-slide {
    height: 339px;
    margin-bottom: 25px;
}

.showScroll .swiper-pagination-bullet {
	outline: none;
}


.showScroll .item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    align-items: center;
    width: 289px;
    border: 1px solid #ddd;
    padding: 11px;
    padding-bottom: 0;
}

.showScroll {
    position: relative;
    height: 790px;
    padding-top: 33px;
    padding-bottom: 5px;
}

.showScroll .item .txt {line-height: 50px;}

.showScroll .item img {
    width: 287px;
    height: 287px;
    vertical-align: middle;
}

.showScroll .item .hdBox {
    border: 1px solid #eee;
    /* width: 287px; */
    /* height: 287px; */
    /* overflow: hidden; */
}


.showScroll .swiper-pagination-bullet-active {
    background: #114984;
}

.showScroll .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}